projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f20f3ac
)
(help-make-xrefs): Fix typpo.
author
Dave Love
<fx@gnu.org>
Mon, 10 May 1999 15:08:22 +0000
(15:08 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 10 May 1999 15:08:22 +0000
(15:08 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 1d6a3426b88b7ffa4aae1916a0bc0448c32d1c4f..5166c8bc164a9ebe0b8e110219ab3bad2fa17720 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-1040,8
+1040,7
@@
that."
(end-of-line)
(skip-chars-backward "^\t\n")
(if (and (>= (current-column) col)
- +(looking-at "\\(\\sw\\|-\\)+$"))
- ;;
+ (looking-at "\\(\\sw\\|-\\)+$"))
(let ((sym (intern-soft (match-string 0))))
(if (fboundp sym)
(help-xref-button